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