typeMap method

Map<String, dynamic> typeMap()

The type map of the property.

Implementation

Map<String, dynamic> typeMap() {
  return _typeMap;
}