MethodSnapshot constructor

MethodSnapshot({
  1. bool? apiKeyRequired,
  2. String? authorizationType,
})

Implementation

MethodSnapshot({
  this.apiKeyRequired,
  this.authorizationType,
});