SqlAclEntry constructor

SqlAclEntry({
  1. String? expireTime,
  2. String? label,
  3. String? ttl,
  4. String? value,
})

Implementation

SqlAclEntry({this.expireTime, this.label, this.ttl, this.value});