FormatNumberOptions constructor

FormatNumberOptions(
  1. {required int number}
)

Implementation

FormatNumberOptions({required this.number});