@pragma('vm:prefer-inline') @override bool isSupertype(Archetype a, Archetype b) { return (a as BigInt) & (b as BigInt) == a; }