VerticalProfileBuilder.fromJson constructor

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

Implementation

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