GetMethodsParams.withIntent constructor
GetMethodsParams.withIntent(
- String? intentId,
- IntentType? intentType
Implementation
GetMethodsParams.withIntent(this.intentId, this.intentType)
: assert(intentId != null),
assert(intentType != null);