factory ConnectionResult.fromJSON(Map<String, dynamic> json) { return ConnectionResult(msg: json['msg']?.toString()); }