FwStandardModelsFwAppImageModel class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

FwStandardModelsFwAppImageModel({String? appImageId, String? dateStamp, String? description, String? extension, String? mimeType, int? width, int? height, String? recType, String? fileDownloadName, int? orderBy, String? image})
FwStandardModelsFwAppImageModel.fromJson(Map<String, dynamic> json)
factory

Properties

appImageId String?
final
dateStamp String?
final
description String?
final
extension String?
final
fileDownloadName String?
final
hashCode int
The hash code for this object.
no setteroverride
height int?
final
image String?
final
mimeType String?
final
orderBy int?
final
recType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int?
final

Methods

copyWith({String? appImageId, String? dateStamp, String? description, String? extension, String? mimeType, int? width, int? height, String? recType, String? fileDownloadName, int? orderBy, String? image}) FwStandardModelsFwAppImageModel

Available on FwStandardModelsFwAppImageModel, provided by the $FwStandardModelsFwAppImageModelExtension extension

copyWithWrapped({Wrapped<String?>? appImageId, Wrapped<String?>? dateStamp, Wrapped<String?>? description, Wrapped<String?>? extension, Wrapped<String?>? mimeType, Wrapped<int?>? width, Wrapped<int?>? height, Wrapped<String?>? recType, Wrapped<String?>? fileDownloadName, Wrapped<int?>? orderBy, Wrapped<String?>? image}) FwStandardModelsFwAppImageModel

Available on FwStandardModelsFwAppImageModel, provided by the $FwStandardModelsFwAppImageModelExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const FwStandardModelsFwAppImageModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(FwStandardModelsFwAppImageModel instance)