isPositional property

bool isPositional

Implementation

bool get isPositional {
  if (hasKey) return false;
  var index = this.index;
  return index == null || index < 0;
}