name property
String?
get
name
returns the name of the type if it's a named type otherwise returns null
Implementation
String? get name;
returns the name of the type if it's a named type otherwise returns null
String? get name;