MoneyToJson function

Object? MoneyToJson(
  1. dynamic value
)

Implementation

Object? MoneyToJson(dynamic value) => (value as Money).cents;