SingleComponentResponseOfDestinyStringVariablesComponent.fromJson constructor

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

Implementation

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