TransferReversalId constructor

const TransferReversalId({
  1. required String id,
})

Implementation

const TransferReversalId({required this.id});