fromJson method

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

Instanciates from JSON

Implementation

@override
ProfileSampleBuilder fromJson(core.Map<String, dynamic> json) =>
    ProfileSampleBuilder.fromJson(json);