ios property

  1. @override
  2. @useResult
bool ios
override

Whether the current runtime type is ios.

Implementation

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