String addOptionalParameter(String key, dynamic value) { if (value == null) { return this; } return "$this&$key=$value"; }