AssetModel class

AssetModel refers to the generic class for asset result

Annotations
  • @JsonSerializable.new(createFactory: true)

Constructors

AssetModel(String? uid, String? createdAt, String? updatedAt, String? createdBy, String? updatedBy, String? contentType, String? fileSize, List? tags, String? filename, String? url, int? version, String? title, Map? dimension, Map? publishDetails)
AssetModel.fromJson(Map<String, dynamic> json)
factory

Properties

contentType String?
getter/setter pair
createdAt String?
getter/setter pair
createdBy String?
getter/setter pair
dimension Map?
getter/setter pair
filename String?
getter/setter pair
fileSize String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
publishDetails Map?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List?
getter/setter pair
title String?
getter/setter pair
uid String?
getter/setter pair
updatedAt String?
getter/setter pair
updatedBy String?
getter/setter pair
url String?
getter/setter pair
version 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