showFiles property
- @JsonKey(includeIfNull: false, name: 'show-files', fromJson: toBool, toJson: toString)
read / write
Implementation
@JsonKey(includeIfNull: false, name: 'show-files', fromJson: toBool, toJson: toString) bool? showFiles;
@JsonKey(includeIfNull: false, name: 'show-files', fromJson: toBool, toJson: toString) bool? showFiles;