ObjectOwner.fromJson constructor

ObjectOwner.fromJson(
  1. Map json_
)

Implementation

ObjectOwner.fromJson(core.Map json_)
  : this(
      entity: json_['entity'] as core.String?,
      entityId: json_['entityId'] as core.String?,
    );