AccessSubject constructor
const
AccessSubject({})
Implementation
const AccessSubject({
required this.type,
required this.id,
this.name,
this.firstName,
this.lastName,
this.email,
this.objectType,
this.relation,
});