type property

String type

Voyager's type

Implementation

String get type => this[KEY_TYPE];
void type=(String value)

set voyager's type (works only )

Implementation

set type(String value) {
  this[KEY_TYPE] = value;
}