top property

  1. @JsonKey.new(name: 'top', includeIfNull: false)
int? top
final

Implementation

@JsonKey(name: 'top', includeIfNull: false)
final int? top;