TestEntry.fromJson constructor

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

Implementation

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