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