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