WebBase class

WebBase base colors for web.

Annotations
  • @freezed

Constructors

WebBase({@JsonKey(name: 'brand') required String brand, @JsonKey(name: 'brand_light') required String brandLight, @JsonKey(name: 'brand_dark') required String brandDark, @JsonKey(name: 'back_light') required String backLight, @JsonKey(name: 'error') required String error, @JsonKey(name: 'error_light') required String errorLight, @JsonKey(name: 'success') required String success, @JsonKey(name: 'success_light') required String successLight, @JsonKey(name: 'attention') required String attention, @JsonKey(name: 'attention_light') required String attentionLight, @JsonKey(name: 'fade') required String fade})
const
factory
WebBase.fromJson(Map<String, dynamic> json)
factory

Properties

attention String
.
no setterinherited
attentionLight String
.
no setterinherited
backLight String
.
no setterinherited
brand String
.
no setterinherited
brandDark String
.
no setterinherited
brandLight String
.
no setterinherited
copyWith → $WebBaseCopyWith<WebBase>
no setterinherited
error String
.
no setterinherited
errorLight String
.
no setterinherited
fade String
.
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
success String
.
no setterinherited
successLight String
.
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