DestinyAnimationReference.fromJson constructor

DestinyAnimationReference.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DestinyAnimationReference.fromJson(Map<String, dynamic> json) {
	return _$DestinyAnimationReferenceFromJson(json);
}