moneyPattern constant
String
const moneyPattern
货币数字格式化
Implementation
static const String moneyPattern = moneyIntPattern + moneyPointPattern;
货币数字格式化
static const String moneyPattern = moneyIntPattern + moneyPointPattern;