before property

  1. @JsonKey(fromJson: fromGraphQLDirectLinksCursorNullableToDartDirectLinksCursorNullable, toJson: fromDartDirectLinksCursorNullableToGraphQLDirectLinksCursorNullable)
DirectLinksCursor? before
getter/setter pair

Implementation

@JsonKey(
  fromJson:
      fromGraphQLDirectLinksCursorNullableToDartDirectLinksCursorNullable,
  toJson: fromDartDirectLinksCursorNullableToGraphQLDirectLinksCursorNullable,
)
DirectLinksCursor? before;