ServerInfoContact.fromJson constructor

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

Implementation

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