Currencies.parse
import 'package:money2/money2.dart';
test('parse with Currency', () {
Currencies().parse(r'$USD10.25', pattern: 'SCCC0.0');
Currencies().parse('JPY100', pattern: 'CCC0');
});Last updated
Was this helpful?
import 'package:money2/money2.dart';
test('parse with Currency', () {
Currencies().parse(r'$USD10.25', pattern: 'SCCC0.0');
Currencies().parse('JPY100', pattern: 'CCC0');
});Last updated
Was this helpful?
Was this helpful?