Deprecation.fromJson constructor

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

Implementation

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