GetMethodsParams.withIntent constructor

GetMethodsParams.withIntent(
  1. String? intentId,
  2. IntentType? intentType
)

Implementation

GetMethodsParams.withIntent(this.intentId, this.intentType)
    : assert(intentId != null),
      assert(intentType != null);