PairParams constructor

PairParams({
  1. required Uri uri,
})

Implementation

PairParams({
  required this.uri,
});