DeviceOptionMessage class

Constructors

DeviceOptionMessage({String rMessage = '', String lMessage = '', String iMessage = '', String dMessage = '', String aMessage = '', String sMessage = ''})
const
DeviceOptionMessage.fromJson(Map<String, dynamic> json)

Properties

aMessage String
final
dMessage String
final
hashCode int
The hash code for this object.
no setterinherited
iMessage String
final
lMessage String
final
rMessage String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sMessage String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replaceMessage({required DeviceOptionMessage optionMessage, required String message, required String prefix}) DeviceOptionMessage
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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