AlertDTO class

Available extensions
Annotations

Constructors

AlertDTO({int? id, String? name, DeviceEventLevelDTO? level, String? event, FmiDTO? fmi, int? parameterId, String? parameter, DateTime? timestamp, AlertTypeDTO? type, bool? isCriticalFault, bool? canRemoteResetFault})
const
AlertDTO.fromJson(Map<String, dynamic> json)
factory

Properties

canRemoteResetFault bool?
final
event String?
final
fmi FmiDTO?
final
hashCode int
The hash code for this object.
no setteroverride
id int?
final
isCriticalFault bool?
final
level DeviceEventLevelDTO?
final
name String?
final
parameter String?
final
parameterId int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime?
final
type AlertTypeDTO?
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 AlertDTO Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(AlertDTO instance)