Wildcard constructor

const Wildcard([
  1. String literal = ''
])

Implementation

const Wildcard([this.literal = '']);