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