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
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