Context constructor
const
Context()
Create an empty context.
Entries may be added later using withEntry.
Implementation
const Context() : _context = const <Type, ContextEntry>{};
Create an empty context.
Entries may be added later using withEntry.
const Context() : _context = const <Type, ContextEntry>{};