Entity.fromJson constructor

Entity.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Entity.fromJson(Map<String, Object?> json) => _$EntityFromJson(json);