SmsSettingsV1 class

Constructors

SmsSettingsV1({String? id, String? name, String? phone, String? language, dynamic subscriptions, bool? verified, String? ver_code, DateTime? ver_expire_time, dynamic custom_hdr, dynamic custom_dat})
SmsSettingsV1.fromJson(Map<String, dynamic> json)
factory

Properties

custom_dat ↔ dynamic
getter/setter pair
custom_hdr ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique object identifier of type K.
getter/setter pair
language String?
getter/setter pair
name String?
getter/setter pair
phone String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptions ↔ dynamic
getter/setter pair
ver_code String?
getter/setter pair
ver_expire_time DateTime?
getter/setter pair
verified bool?
getter/setter pair

Methods

fromJson(Map<String, dynamic> json) → void
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