AllowedMethods constructor

AllowedMethods(
  1. {required List<Method> items,
  2. required int quantity,
  3. CachedMethods? cachedMethods}
)

Implementation

AllowedMethods({
  required this.items,
  required this.quantity,
  this.cachedMethods,
});