isStart property

  1. @Deprecated('Use type==MapMoveEventType.start instead')
bool get isStart

Implementation

@Deprecated('Use type==MapMoveEventType.start instead')
bool get isStart => type == MapMoveEventType.start;