ReIdentify.fromJson constructor

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

Implementation

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