AclEntry class

Represents the access granted for a given Resource Pattern in an ACL.

Constructors

AclEntry.new({String? host, String? operation, String? permissionType, String? principal})
AclEntry.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
host String?
The host.
getter/setter pair
operation String?
The operation type.
getter/setter pair
permissionType String?
The permission type.
getter/setter pair
principal String?
The principal.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited