getType method

String? getType()

Gets the component's logical type.

Returns the component's logical type.

Implementation

String? getType() {
  return _type;
}