Screen2 class

Constructors

Screen2({required Caption heading, required Caption body, required Caption cta, required String bgImageId, required String bgImageUrl})
Screen2.fromJson(String str)
factory
Screen2.fromMap(Map<String, dynamic> json)
factory

Properties

bgImageId String
final
bgImageUrl String
final
body Caption
final
cta Caption
final
hashCode int
The hash code for this object.
no setterinherited
heading Caption
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Caption? heading, Caption? body, Caption? cta, String? bgImageId, String? bgImageUrl}) Screen2
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