HomeserverInformation.fromJson constructor

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

Implementation

HomeserverInformation.fromJson(Map<String, Object?> json)
    : baseUrl = Uri.parse(json['base_url'] as String);