android property

  1. @override
  2. @useResult
bool android
override

Whether the current runtime type is android.

Implementation

@override
@useResult bool get android => type == PlatformType.android;