Constants constructor

Constants({
  1. required String authorization,
  2. required String order,
  3. required String keys,
  4. required String wallet,
})

Implementation

Constants({
  required this.authorization,
  required this.order,
  required this.keys,
  required this.wallet,
});