ChineseRmbCodec constructor

const ChineseRmbCodec({
  1. String prefix = '人民币',
  2. String wholeSuffix = '整',
  3. bool writeWholeSuffixForJiao = false,
})

Creates a Simplified Chinese RMB amount codec.

Implementation

const ChineseRmbCodec({
  this.prefix = '人民币',
  this.wholeSuffix = '整',
  this.writeWholeSuffixForJiao = false,
});