CalmModel class

Constructors

CalmModel({String? id, String? calmName, String? pictureUrl, String? videoUrl, dynamic datetime, int? isUniversal, int? cardType, int? duration, double? price, String? currency, int? freeSampleFrom, int? freeSampleTo, dynamic rating, int? numberOfSubscriber, CalmSubscriber? creator, CalmCate? category})
CalmModel.fromJson(Map<String, dynamic> json)

Properties

calmName String?
getter/setter pair
cardType int?
getter/setter pair
category CalmCate?
getter/setter pair
creator CalmSubscriber?
getter/setter pair
currency String?
getter/setter pair
datetime ↔ dynamic
getter/setter pair
duration int?
getter/setter pair
freeSampleFrom int?
getter/setter pair
freeSampleTo int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
isUniversal int?
getter/setter pair
numberOfSubscriber int?
getter/setter pair
pictureUrl String?
getter/setter pair
price double?
getter/setter pair
rating ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoUrl 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