XrpAmount constructor

XrpAmount({
  1. required String amount,
})

Implementation

XrpAmount({required this.amount});