$Shared08.fromJson constructor

$Shared08.fromJson(
  1. Map json_
)

Implementation

$Shared08.fromJson(core.Map json_)
    : this(
        objectUri: json_.containsKey('objectUri')
            ? json_['objectUri'] as core.String
            : null,
      );