ScreenReceiveArgs constructor

const ScreenReceiveArgs({
  1. required bool receive,
  2. required String identity,
})

Implementation

const ScreenReceiveArgs({
  required this.receive,
  required this.identity
});