type property

dynamic get type

Implementation

get type {
  return this.runtimeType.toString();
}