Entry.fromJson constructor

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

Implementation

factory Entry.fromJson(Map<String, dynamic> json) {
  throw UnimplementedError('fromJson is not implemented');
}