Metadata constructor

Metadata({
  1. bool? skip,
  2. String? skipReason,
})

Implementation

Metadata({this.skip, this.skipReason});