name property
The name of this name object.
If the name starts with _
, then the name is private.
Names of setters end with =
.
Implementation
final String name;
The name of this name object.
If the name starts with _
, then the name is private.
Names of setters end with =
.
final String name;