internal_store_command static method
just for internal use
Implementation
static Group internal_store_command(String type, Widget w, bool useSuccess) =>
Group(
prefix: 'execute store ${useSuccess ? 'success ' : 'result '}$type run',
groupMin: 1000,
children: [w],
);