libraryKey property

String get libraryKey

Returns the full library key (groupId:artifactId).

Implementation

String get libraryKey => '$groupId:$artifactId';