isStart method

Future<bool?> isStart()

Implementation

Future<bool?> isStart() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: com.amap.api.services.route.RailwayStationItem@$refId::isStart([])');
  }

  // invoke native method
  final __result__ = await kAmapSearchFluttifyChannel.invokeMethod('com.amap.api.services.route.RailwayStationItem::isStart', {"__this__": this});


  // handle native call


  return __result__;
}