Context constructor
Context([
- void b()?
Creates a new Context object using the builder pattern.
Implementation
factory Context([void Function(ContextBuilder)? b]) = _$Context;
Creates a new Context object using the builder pattern.
factory Context([void Function(ContextBuilder)? b]) = _$Context;