getQualifiedName abstract method
Returns the fully qualified name of this type.
For example:
"package:myapp/models.dart.BaseInterface"
Implementation
String getQualifiedName();
Returns the fully qualified name of this type.
For example:
"package:myapp/models.dart.BaseInterface"
String getQualifiedName();