Metadata constructor

Metadata(
  1. String? operation,
  2. String provider,
  3. String? schema
)

Implementation

Metadata(this.operation, this.provider, this.schema);