cursor property
- @JsonKey(fromJson: fromGraphQLBlocklistCursorToDartBlocklistCursor, toJson: fromDartBlocklistCursorToGraphQLBlocklistCursor)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLBlocklistCursorToDartBlocklistCursor,
toJson: fromDartBlocklistCursorToGraphQLBlocklistCursor)
late BlocklistCursor cursor;