$Query.fromJson constructor

$Query.fromJson(
  1. Map json_
)

Implementation

$Query.fromJson(core.Map json_)
  : this(
      endTime: json_['endTime'] as core.String?,
      startTime: json_['startTime'] as core.String?,
      terms: json_['terms'] as core.String?,
    );