$Shared10.fromJson constructor

$Shared10.fromJson(
  1. Map json_
)

Implementation

$Shared10.fromJson(core.Map json_)
  : this(objectUri: json_['objectUri'] as core.String?);