$Shared06.fromJson constructor

$Shared06.fromJson(
  1. Map json_
)

Implementation

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