before property

  1. @JsonKey(fromJson: fromGraphQLBlocklistCursorNullableToDartBlocklistCursorNullable, toJson: fromDartBlocklistCursorNullableToGraphQLBlocklistCursorNullable)
BlocklistCursor? before
final

Implementation

@JsonKey(
    fromJson: fromGraphQLBlocklistCursorNullableToDartBlocklistCursorNullable,
    toJson: fromDartBlocklistCursorNullableToGraphQLBlocklistCursorNullable)
final BlocklistCursor? before;