SchemaEnum.fromJson constructor

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

Implementation

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