UNLIMITED constant

  1. @Deprecated('Use unlimited instead')
int const UNLIMITED

Implementation

@Deprecated('Use unlimited instead')
// ignore: constant_identifier_names, unused_field
static const int UNLIMITED = unlimited;