menu
bones_api package
documentation
bones_api.dart
TypeReflection<T>
isBigInt property
isBigInt property
dark_mode
light_mode
isBigInt
property
bool
get
isBigInt
Returns
true
if
type
is
BigInt
.
Implementation
bool get isBigInt => type == BigInt;
bones_api package
documentation
bones_api
TypeReflection<T>
isBigInt property
TypeReflection class