Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; if (signature != null) { _json['signature'] = signature; } return _json; }