IdResponse constructor

const IdResponse({
  1. required Result result,
  2. required String id,
})

Implementation

const IdResponse({
  required this.result,
  required this.id,
});