acl property

  1. @JsonKey(name: r'acl')
List<Acl> acl
final

Permissions associated with the key.

Implementation

@JsonKey(name: r'acl')
final List<Acl> acl;