type property

String get type

The path handler type.

Implementation

String get type {
  throw UnimplementedError('type is not implemented on the current platform');
}