HttpIntent constructor

HttpIntent(
  1. String _intent,
  2. Map<String, dynamic> _data
)

Implementation

HttpIntent(this._intent, this._data);