WidgetProps class

Constructors

WidgetProps.new({required String? heading, required Text_c? rules, required Text_c? question, required String? subHeading, required List<String> options, required List correctOptions, required String? bgAsset, required bool? skipOption, required int? duration, String? reAsset, String? asset})
WidgetProps.fromJson(Map<String, dynamic> json)
factory

Properties

asset String?
final
bgAsset String?
final
correctOptions List
final
duration int?
final
hashCode int
The hash code for this object.
no setterinherited
heading String?
final
options List<String>
final
question Text_c?
final
reAsset String?
final
rules Text_c?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipOption bool?
final
subHeading String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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