SelfLabels.fromJson constructor

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

Implementation

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