OptimusMessage class

Annotations
  • @freezed

Constructors

OptimusMessage({required OptimusMessageAuthor author, required String message, required MessageAlignment alignment, required MessageColor color, required DateTime time, required MessageState state})
const
factory

Properties

alignment MessageAlignment
no setterinherited
author OptimusMessageAuthor
no setterinherited
color MessageColor
no setterinherited
copyWith → $OptimusMessageCopyWith<OptimusMessage>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
message String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state MessageState
no setterinherited
time DateTime
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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