DestinyRecordComponent class
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyRecordComponent()
-
DestinyRecordComponent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- completedCount ↔ int?
-
If available, this is the number of times this record has been completed. For example, the number of times a seal title has been gilded.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
intervalObjectives
↔ List<
DestinyObjectiveProgress> ? -
getter/setter pair
- intervalsRedeemedCount ↔ int?
-
getter/setter pair
-
objectives
↔ List<
DestinyObjectiveProgress> ? -
getter/setter pair
-
rewardVisibilty
↔ List<
bool> ? -
If available, a list that describes which reward rewards should be shown (true) or hidden (false). This property is for regular record rewards, and not for interval objective rewards.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ DestinyRecordState?
-
getter/setter pair
Methods
-
asyncToJson(
) → Future< Map< String, dynamic> > -
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
asyncFromJson(
Map< String, dynamic> json) → Future<DestinyRecordComponent>