IR5Image class

Annotations
  • @JsonSerializable()

Constructors

IR5Image({required int Num, required String Nom, required String Description, required int ImgTypes, required String FileExt, required String ContentType, required num Width, required num Height, required String Img, required String Img2, required String Img3, required String Img4})
IR5Image.fromJson([Map<String, dynamic>? json])
factory

Properties

ContentType String
final
Description String
final
FileExt String
final
hashCode int
The hash code for this object.
no setterinherited
Height num
final
Img String
final
Img2 String
final
Img3 String
final
Img4 String
final
ImgTypes int
Image Types
final
Nom String
final
Num int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Width num
final

Methods

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited