AtStatusImpl({String? rootUrl, int? rootPort}) { rootUrl ??= 'root.atsign.org'; _root_url = rootUrl; rootPort ??= 64; _root_port = rootPort; }