UserSystemMetadata constructor

UserSystemMetadata(
  1. Set<String> roles,
  2. bool isAdmin,
  3. bool inheritsRoles
)

Implementation

UserSystemMetadata(
	this.roles,
	this.isAdmin,
	this.inheritsRoles
	);