type property

Implementation

PlatformType get type => _type!;
void type=(PlatformType value)

Implementation

set type(PlatformType value) {
  _type = value;
}