LableSchemaDto.fromJson constructor

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

Implementation

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