screenshots property

  1. @JsonKey(fromJson: parseScreenshots)
List<Screenshot>? screenshots
final

Optional field for specifying included screenshot files.

Implementation

@JsonKey(fromJson: parseScreenshots)
final List<Screenshot>? screenshots;