RamAccountPolicyStatement constructor

RamAccountPolicyStatement({
  1. String? permission,
  2. List<String>? resource,
})

Implementation

RamAccountPolicyStatement({this.permission, this.resource});