Untitled

mail@pastecode.io avatar
unknown
dart
3 years ago
313 B
1
Indexable
String isCustomer = message.data['isCustomer'] == null ? "" : message.data['isCustomer'].toString();
        CustomDialog(context, "${isCustomer.isEmpty ? "" : isCustomer == "true" ? "Müşteri Tarafından" : "Şoför Tarafından"} İş İptal edildi", () {},
            "Tamam", null, null, DialogType.WARNING);