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