image property

  1. @JsonKey(fromJson: _imageFrom, toJson: _imageTo)
String? image
final

Implementation

@JsonKey(fromJson: _imageFrom, toJson: _imageTo)
final String? image;