Implementation.fromJson constructor

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

Implementation

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