build method
Builds.
The implementation of this method will be generated for you by the built_value generator.
Implementation
@override
_$Money build() {
final _$result = _$v ??
new _$Money._(
amount: BuiltValueNullFieldError.checkNotNull(
amount, 'Money', 'amount'),
currencyCode: BuiltValueNullFieldError.checkNotNull(
currencyCode, 'Money', 'currencyCode'));
replace(_$result);
return _$result;
}