HintsResponse.fromJSON constructor Null safety
Implementation
HintsResponse.fromJSON(Map<String, dynamic> json)
: hints = (json['hints'] as List<dynamic>).cast<String>();
HintsResponse.fromJSON(Map<String, dynamic> json)
: hints = (json['hints'] as List<dynamic>).cast<String>();