library property
String
get
library
Convenience accessor for the source library, if provided.
Implementation
String get library => details.library ?? 'flutter';
Convenience accessor for the source library, if provided.
String get library => details.library ?? 'flutter';