ApplicationContext constructor

ApplicationContext(
  1. Map<String, dynamic> _currentContext,
  2. Map<String, dynamic> _receivedContext
)

Implementation

ApplicationContext(this._currentContext, this._receivedContext);