VCallLocalization constructor

const VCallLocalization({
  1. required String exitFromTheCall,
  2. required String areYouSureToEndTheCall,
  3. required String cancel,
  4. required String ok,
  5. required String connecting,
  6. required String busy,
  7. required String ring,
  8. required String accepted,
  9. required String roomAlreadyInCall,
  10. required String timeout,
  11. required String callEnd,
  12. required String rejected,
  13. required String endToEndEncryption,
})

Implementation

const VCallLocalization({
  required this.exitFromTheCall,
  required this.areYouSureToEndTheCall,
  required this.cancel,
  required this.ok,
  required this.connecting,
  required this.busy,
  required this.ring,
  required this.accepted,
  required this.roomAlreadyInCall,
  required this.timeout,
  required this.callEnd,
  required this.rejected,
  required this.endToEndEncryption,
});