Screen1 class

Constructors

Screen1({required Caption heading, required Caption caption, required Task taskHeading, required Task taskCaption, required String taskCardColor, required String taskIconId, required String progressBarColor1, required String progressBarColor2, required String bgColor, required String bannerImageId, required String bannerImageUrl, required String taskIconUrl})
Screen1.fromJson(String str)
factory
Screen1.fromMap(Map<String, dynamic> json)
factory

Properties

bannerImageId String
final
bannerImageUrl String
final
bgColor String
final
caption Caption
final
hashCode int
The hash code for this object.
no setterinherited
heading Caption
final
progressBarColor1 String
final
progressBarColor2 String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskCaption Task
final
taskCardColor String
final
taskHeading Task
final
taskIconId String
final
taskIconUrl String
final

Methods

copyWith({Caption? heading, Caption? caption, Task? taskHeading, Task? taskCaption, String? taskCardColor, String? taskIconId, String? progressBarColor1, String? progressBarColor2, String? bgColor, String? bannerImageId, String? bannerImageUrl, String? taskIconUrl}) Screen1
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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