Embeddable.fromJson constructor

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

Implementation

factory Embeddable.fromJson(Map<String, Object?> json) {
  return Embeddable();
}