LabelEntity.fromJson constructor

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

Implementation

factory LabelEntity.fromJson(Map<String, dynamic> json) =>
    $LabelEntityFromJson(json);