RTSchemaUI.fromJson constructor

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

Implementation

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