ApplicationConfig class

Annotations
  • @freezed

Constructors

ApplicationConfig({bool? isTechnical, List<double>? begin, List<double>? end, String? primaryColor, String? primarySecondColor, bool? multi_color, String? btn_color, })
factory
ApplicationConfig.fromJson(Map<String, dynamic> json)
factory

Properties

begin List<double>?
no setterinherited
btn_color String?
no setterinherited
copyWith → $ApplicationConfigCopyWith<ApplicationConfig>
no setterinherited
end List<double>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isTechnical bool?
no setterinherited
no setterinherited
multi_color bool?
no setterinherited
primaryColor String?
no setterinherited
primarySecondColor String?
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