menu
agent_dart_base package
documentation
utils/bn.dart
Options
Options const constructor
Options const constructor
dark_mode
light_mode
Options
constructor
const
Options
(
{
int
?
bitLength
,
Endian
?
endian
,
bool
?
isNegative
,
})
Implementation
const Options({this.bitLength, this.endian, this.isNegative});
agent_dart_base package
documentation
utils/bn
Options
Options const constructor
Options class