SelfLabels.fromJson constructor

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

Implementation

factory SelfLabels.fromJson(Map<String, dynamic> json) =>
    _$SelfLabelsFromJson(json);