getLibrary method

String? getLibrary()

Gets the name of the library or module where the object type is defined.

Returns the name of the library or module.

Implementation

String? getLibrary() {
  return _library;
}