menu
at_commons package
documentation
at_builders.dart
UpdateVerbBuilder
isLocal property
isLocal property
dark_mode
light_mode
isLocal
property
bool
get
isLocal
See
AtKey.isLocal
Implementation
bool get isLocal => atKeyObj.isLocal;
set
isLocal
(
bool
b
)
See
AtKey.isLocal
Implementation
set isLocal(bool b) => atKeyObj.isLocal = b;
at_commons package
documentation
at_builders
UpdateVerbBuilder
isLocal property
UpdateVerbBuilder class