PreconditionsTimeBoundsResponse.fromJson constructor Null safety
Implementation
factory PreconditionsTimeBoundsResponse.fromJson(Map<String, dynamic> json) {
return PreconditionsTimeBoundsResponse(
json['min_time'], json['max_time']);
}
factory PreconditionsTimeBoundsResponse.fromJson(Map<String, dynamic> json) {
return PreconditionsTimeBoundsResponse(
json['min_time'], json['max_time']);
}