platform property

String get platform

Implementation

String get platform {
  _assertInitialized();
  return _platform!;
}