Convert to JSON.
Map<String, dynamic> toJson() => { 'componentId': componentId, 'version': version, if (type != null) 'type': type, };