Context constructor

Context([
  1. void b(
    1. ContextBuilder
    )?
])

Creates a new Context object using the builder pattern.

Implementation

factory Context([void Function(ContextBuilder)? b]) = _$Context;