MP constructor

MP(
  1. String? _client_id,
  2. String? _client_secret
)

Implementation

MP(this._client_id, this._client_secret);