fqn property

String fqn
latefinal

Implementation

late final fqn = [
  if (ref != null && ref!.isNotEmpty) ref!,
  '"$name"',
].join('.');