CommonMedia class

Constructors

CommonMedia({int? id, String? label, String? url, int? catId, String? svg, String? png, String? gif, String? compressedUrl, String? superCompressedUrl, int? whisePictureId, String? purpose, int? s3BucketId, String? bucketFolderUuid, int? fileTypeId, int? isExternal})
CommonMedia.fromJson(Map<String, dynamic> json)

Properties

bucketFolderUuid String?
getter/setter pair
catId int?
getter/setter pair
compressedUrl String?
getter/setter pair
fileTypeId int?
getter/setter pair
gif String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
isExternal int?
getter/setter pair
label String?
getter/setter pair
png String?
getter/setter pair
purpose String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3BucketId int?
getter/setter pair
smallPic String?
no setter
superCompressedUrl String?
getter/setter pair
svg String?
getter/setter pair
tinyUrl String?
no setter
url String?
getter/setter pair
whisePictureId int?
getter/setter pair

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