alias property

String? alias
final

An alternative type name that takes precedence over type when resolving a style (e.g. Dart's metadata is aliased to function).

Implementation

final String? alias;