needsFixnumImport property

bool needsFixnumImport

Whether this field uses the Int64 from the fixnum package.

Implementation

bool get needsFixnumImport =>
    baseType.unprefixed == '$_fixnumImportPrefix.Int64';