Converts instance to a map.
Map<String, dynamic> toMap() { return { "account": account, "args": args, "realm": realm, }; }