BucketOwner.fromJson constructor

BucketOwner.fromJson(
  1. Map json_
)

Implementation

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