Labels.fromJson constructor

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

Implementation

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