GroundVelocityBuilder.fromJson constructor

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

Implementation

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