ProfileSampleBuilder.fromJson constructor

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

Implementation

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