ErrorExpectedTags constructor

const ErrorExpectedTags(
  1. List<String> tags
)

Implementation

const ErrorExpectedTags(this.tags);