VehicleStateBuilder.fromJson constructor

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

Implementation

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