RemoteObjectSubtype.fromJson constructor

RemoteObjectSubtype.fromJson(
  1. String value
)

Implementation

factory RemoteObjectSubtype.fromJson(String value) =>
    RemoteObjectSubtype.values.firstWhere((e) => e.value == value);