EstimatedStateBuilder.fromJson constructor

EstimatedStateBuilder.fromJson(
  1. Map<String, dynamic> json
)

Implementation

EstimatedStateBuilder.fromJson(core.Map<String, dynamic> json) {
  var v = _$EstimatedState.fromJson(json);
  replace(v);
}