UserEntityUrl.fromJson constructor

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

Implementation

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