needsFixnumImport property
      
      bool
      get
      needsFixnumImport
      
    
    
Whether this field uses the Int64 from the fixnum package.
Implementation
bool get needsFixnumImport =>
    baseType.unprefixed == '$fixnumImportPrefix.Int64';