LuckyNumberEntity.fromJson constructor

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

Implementation

factory LuckyNumberEntity.fromJson(Map<String, dynamic> json) =>
    $LuckyNumberEntityFromJson(json);