UserWithheld.fromJson constructor

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

Implementation

factory UserWithheld.fromJson(Map<String, Object?> json) =>
    _$UserWithheldFromJson(json);