dottedName property
String
get
dottedName
The fully qualified name with a leading '.'.
This exists because names from protoc come like this.
Implementation
String get dottedName => '.$fullName';
The fully qualified name with a leading '.'.
This exists because names from protoc come like this.
String get dottedName => '.$fullName';