$Shared00.fromJson constructor

$Shared00.fromJson(
  1. Map _json
)

Implementation

$Shared00.fromJson(core.Map _json)
    : this(
        uri: _json.containsKey('uri') ? _json['uri'] as core.String : null,
      );