kind property
KindOptions?
get
kind
The specific information to scope the permission to.
Implementation
_i4.KindOptions? get kind => switch (_i3.getProperty(
this,
'kind',
)) {
_i2.String name => _i4.KindOptions.values.byName(name),
_ => null
};
set
kind
(KindOptions? value)
Implementation
set kind(_i4.KindOptions? value) {
_i3.setProperty(
this,
'kind',
value?.name ?? _i6.undefined,
);
}