DestinyEntitySearchResultItem.fromJson constructor

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

Implementation

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