imageId property

  1. @JsonKey(name: 'imgid', fromJson: JsonObject.parseInt)
int? imageId
final

Implementation

@JsonKey(name: 'imgid', fromJson: JsonObject.parseInt)
final int? imageId;