domain.fromJson constructor

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

Connect the generated _$domainFromJson function to the fromJson factory.

Implementation

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