GetParameterResponseModel class

Available extensions
Annotations

Constructors

GetParameterResponseModel({int? deviceid, String? $value, String? displayname, String? displayvalue, int? parameterdefinitionid, int? pdiid, String? name, int? id, int? datecreated, String? datetimecreated, int? datemodified, String? datetimemodified, String? sectionName})
const
GetParameterResponseModel.fromJson(Map<String, dynamic> json)
factory

Properties

$value String?
final
datecreated int?
final
datemodified int?
final
datetimecreated String?
final
datetimemodified String?
final
deviceid int?
final
displayname String?
final
displayvalue String?
final
hashCode int
The hash code for this object.
no setteroverride
id int?
final
name String?
final
parameterdefinitionid int?
final
pdiid int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionName String?
final

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.
override

Operators

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

Constants

fromJsonFactory → const GetParameterResponseModel Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(GetParameterResponseModel instance)