getType method

dynamic getType()

Gets the property type.

Returns the property type.

Implementation

dynamic getType() {
  return _type;
}