LuckySlotList.fromJson constructor

LuckySlotList.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory LuckySlotList.fromJson(Map<String, dynamic> json) =>
    $LuckySlotListFromJson(json);