needsFixnumImport property

bool needsFixnumImport

Implementation

bool get needsFixnumImport {
  if (!_resolved) throw StateError('resolve not called');
  return _field.needsFixnumImport;
}