name property
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;
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'.
final String? name;