meetingCannotBeScheduled property

  1. @override
String get meetingCannotBeScheduled
override

No description provided for @meetingCannotBeScheduled.

In en, this message translates to: 'Unable to schedule a meeting since time slots are unavailable'

Implementation

@override
String get meetingCannotBeScheduled =>
    'No se puede programar una reunión porque las franjas horarias no están disponibles';