before property

  1. @JsonKey(fromJson: fromGraphQLChatMembersCursorNullableToDartChatMembersCursorNullable, toJson: fromDartChatMembersCursorNullableToGraphQLChatMembersCursorNullable)
ChatMembersCursor? before
final

Implementation

@JsonKey(
  fromJson:
      fromGraphQLChatMembersCursorNullableToDartChatMembersCursorNullable,
  toJson: fromDartChatMembersCursorNullableToGraphQLChatMembersCursorNullable,
)
final ChatMembersCursor? before;