InputColors class

InputColors input colors for app.

Annotations
  • @freezed

Constructors

InputColors({@JsonKey(name: 'static') required String isStatic, @JsonKey(name: 'active') required String active, @JsonKey(name: 'disable') required String disable, @JsonKey(name: 'error') required String error})
const
factory
InputColors.fromJson(Map<String, dynamic> json)
factory

Properties

active String
Active color.
no setterinherited
copyWith → $InputColorsCopyWith<InputColors>
no setterinherited
disable String
Disable color.
no setterinherited
error String
Error color.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isStatic String
Static color.
no setterinherited
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>
inherited
toString() String
A string representation of this object.
inherited

Operators

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