commandStack property
CommandStack
get
commandStack
Implementation
CommandStack get commandStack => _commandStack ??= environment.get<CommandStack>();
CommandStack get commandStack => _commandStack ??= environment.get<CommandStack>();