Content class

Annotations
  • @JsonSerializable.new()

Constructors

Content({String? createdDate, String? createdBy, String? id, String? storeId, int? capacity, int? floatAmount, int? balance, String? name, String? status, String? state, Store? store, String? assignedTo, GenericParams? genericParams})
Content.fromJson(Map<String, dynamic> json)
factory

Properties

assignedTo String?
getter/setter pair
balance int?
getter/setter pair
capacity int?
getter/setter pair
createdBy String?
getter/setter pair
createdDate String?
getter/setter pair
floatAmount int?
getter/setter pair
genericParams GenericParams?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair
status String?
getter/setter pair
store Store?
getter/setter pair
storeId String?
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