Datum class

Constructors

Datum({String? planid, String? planname, String? plantype, String? category, dynamic description, String? planinterval, String? planstatus, int? trialperioddays, String? region, List? country, List? paymentoptions, int? graceperiod, int? billbeforedays, dynamic exclusionlist, dynamic plantag, String? quality, int? devicelimit, int? concurrencylimit, List? availabilityset, int? weight, String? initiatedby, String? updatedby, String? updatedon, String? created, String? picture, int? amount, String? currency})
Datum.fromJson(String data)
dart:convert
factory
Datum.fromMap(Map<String, dynamic> data)
factory

Properties

amount int?
getter/setter pair
availabilityset List?
getter/setter pair
billbeforedays int?
getter/setter pair
category String?
getter/setter pair
concurrencylimit int?
getter/setter pair
country List?
getter/setter pair
created String?
getter/setter pair
currency String?
getter/setter pair
description ↔ dynamic
getter/setter pair
devicelimit int?
getter/setter pair
exclusionlist ↔ dynamic
getter/setter pair
graceperiod int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
initiatedby String?
getter/setter pair
paymentoptions List?
getter/setter pair
picture String?
getter/setter pair
planid String?
getter/setter pair
planinterval String?
getter/setter pair
planname String?
getter/setter pair
planstatus String?
getter/setter pair
plantag ↔ dynamic
getter/setter pair
plantype String?
getter/setter pair
quality String?
getter/setter pair
region String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trialperioddays int?
getter/setter pair
updatedby String?
getter/setter pair
updatedon String?
getter/setter pair
weight int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
dart:convert
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited