Returns a string representation of this object.
@override String toString() => isSdk ? 'SDK' : 'Package $name';