factory CommandRedeemInviteCode.fromJson(Map<String, dynamic> json) => CommandRedeemInviteCode( code: json['code'] as String, );