fullId property

String get fullId

The full name@marketplace identifier, or just name.

Implementation

String get fullId => marketplace != null ? '$name@$marketplace' : name;