Message class

A message.

Constructors

Message.entry(dynamic entry)
Message.keyValue(dynamic key, dynamic value, [String? description])
Message.line(String line)

Properties

description String?
no setter
hasDescription bool
no setter
hashCode int
The hash code for this object.
no setteroverride
key String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build([Map<String, dynamic>? variables]) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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