Trial.fromJson constructor
Trial.fromJson(
- Map json_
Implementation
Trial.fromJson(core.Map json_)
: this(
endReason: json_['endReason'] as core.String?,
endTime: json_['endTime'] as core.String?,
name: json_['name'] as core.String?,
startTime: json_['startTime'] as core.String?,
state: json_['state'] as core.String?,
);