TestEntity.fromJson constructor

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

Implementation

factory TestEntity.fromJson(Map<String, dynamic> json) => $TestEntityFromJson(json);