AFIDWithTag constructor

const AFIDWithTag(
  1. String prefix,
  2. String code,
  3. AFLibraryID library, {
  4. String? tag,
})

Implementation

const AFIDWithTag(String prefix, String code, AFLibraryID library, { this.tag }): super(prefix, code, library);