DebugMessage class

Annotations
  • @JsonSerializable()

Constructors

DebugMessage({required String event, required String debugId, required String debugColor, required bool openDebugPage, required bool enableLogTrace, List<DebugMessageProperty>? properties})
DebugMessage.fromJson(Map<String, dynamic> json)
factory

Properties

debugColor String
getter/setter pair
debugId String
getter/setter pair
enableLogTrace bool
getter/setter pair
event String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
openDebugPage bool
getter/setter pair
properties List<DebugMessageProperty>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Operators

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