Amount.pure constructor

const Amount.pure([
  1. String value = ''
])

Implementation

const Amount.pure([String value = '']) : super.pure(value);