PhoneCallEmpty constructor

const PhoneCallEmpty({
  1. required int id,
})

Phone Call Empty constructor.

Implementation

const PhoneCallEmpty({
  required this.id,
}) : super._();