menu
pancake_swap_sdk package
documentation
core/entities/fraction/index.dart
Percent
Percent.new constructor
Percent.new constructor
dark_mode
light_mode
Percent
constructor
Percent
(
BigInt
numerator
, {
BigInt
?
denominator
,
})
Implementation
Percent(BigInt numerator, {BigInt? denominator}) : super(numerator, denominator: denominator);
pancake_swap_sdk package
documentation
core/entities/fraction/index
Percent
Percent.new constructor
Percent class