libraryKey property
String
get
libraryKey
Returns the full library key (groupId:artifactId).
Implementation
String get libraryKey => '$groupId:$artifactId';
Returns the full library key (groupId:artifactId).
String get libraryKey => '$groupId:$artifactId';