MethodMetaData constructor

MethodMetaData({
  1. String? cvv,
})

Implementation

MethodMetaData({
  this.cvv,
});