key property
String
get
key
The key used to identify this tag (name, property, or httpEquiv)
Implementation
String get key => name ?? property ?? httpEquiv ?? '';
The key used to identify this tag (name, property, or httpEquiv)
String get key => name ?? property ?? httpEquiv ?? '';