ParameterResponseModel class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- ParameterResponseModel({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
-
ParameterResponseModel.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 ParameterResponseModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(ParameterResponseModel instance)