MessageColors class

MessageColors message colors for app.

Annotations
  • @freezed

Constructors

MessageColors({@JsonKey(name: 'bubble_sent') required String bubbleSent, @JsonKey(name: 'bubble_received') required String bubbleReceived, @JsonKey(name: 'bubble_important') required String bubbleImportant, @JsonKey(name: 'status_feed') required String statusFeed, @JsonKey(name: 'status_bubble') required String statusBubble, @JsonKey(name: 'allocated') required String allocated})
const
factory
MessageColors.fromJson(Map<String, dynamic> json)
factory

Properties

allocated String
Allocated color.
no setterinherited
bubbleImportant String
Bubble important color.
no setterinherited
bubbleReceived String
Bubble received color.
no setterinherited
bubbleSent String
Bubble sent color.
no setterinherited
copyWith → $MessageColorsCopyWith<MessageColors>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusBubble String
Status bubble color.
no setterinherited
statusFeed String
Status feed color.
no setterinherited

Methods

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

Operators

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