QuestRepeatListInfo class

Constructors

QuestRepeatListInfo({String? url, QuestMethod? questMethod, dynamic data, Map<String, dynamic>? queryParameters, Options? options, int? taskId, String? taskIdMix, QuestSuccess? onSuccess, QuestFailed? onFiled, QuestError? onError, QuestSuccess? onMultipleSuccess, List<QuestListInfo>? questListInfos, QuestFailed? onMultipleFiled})

Properties

data ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onError QuestError?
getter/setter pair
onFiled QuestFailed?
getter/setter pair
onMultipleFiled QuestFailed?
getter/setter pair
onMultipleSuccess QuestSuccess?
getter/setter pair
onSuccess QuestSuccess?
getter/setter pair
options Options?
getter/setter pair
queryParameters Map<String, dynamic>?
getter/setter pair
questListInfos List<QuestListInfo>?
getter/setter pair
questMethod QuestMethod?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskId int?
getter/setter pair
taskIdMix String?
getter/setter pair
url String?
getter/setter pair

Methods

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

Operators

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