arguments property

A arguments

Implementation

A get arguments {
  assert(
    _argumentsInitialized,
    'arguments not initialized, make sure to call to yourProvider.setArguments(...) before',
  );
  return _arguments;
}