getKind method

String? getKind()

Gets the component's implementation type.

Returns the component's implementation type.

Implementation

String? getKind() {
  return _kind;
}