BookingList.fromJson constructor

BookingList.fromJson(
  1. String str
)

Implementation

factory BookingList.fromJson(String str) =>
    BookingList.fromMap(json.decode(str));