DestinyProfileComponent.fromJson constructor

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

Implementation

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