XRPLMemo constructor

XRPLMemo({
  1. String? memoData,
  2. String? memoFormat,
  3. String? memoType,
})

Implementation

XRPLMemo({this.memoData, this.memoFormat, this.memoType});