$Shared14.fromJson constructor

$Shared14.fromJson(
  1. Map json_
)

Implementation

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