ChineseRmbCodec constructor
const
ChineseRmbCodec({})
Creates a Simplified Chinese RMB amount codec.
Implementation
const ChineseRmbCodec({
this.prefix = '人民币',
this.wholeSuffix = '整',
this.writeWholeSuffixForJiao = false,
});