name property

String? name
final

Name of the class binding, i.e. foo in class.foo='bar'.

If name is null, then we treat this as a className='"foo"' or attr.class='foo'.

Implementation

final String? name;