HintsResponse.fromJSON constructor

HintsResponse.fromJSON(
  1. Map<String, dynamic> json
)

Implementation

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