getVersion method

String? getVersion()

Gets the component's implementation version.

Returns the component's implementation version.

Implementation

String? getVersion() {
  return _version;
}