NameAttribute.withValue constructor

NameAttribute.withValue(
  1. dynamic value
)

Implementation

NameAttribute.withValue(value)
    : super.withValue("", value, ifUndefined: false);