Let.fromJson constructor

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

Implementation

factory Let.fromJson(Map<String, dynamic> json) => _$LetFromJson(json);