Converts this instance to a JSON map.
Map<String, dynamic> toJson() { return { 'license': license, 'userId': userId, if (configuration != null) 'configuration': configuration!.toJson(), }; }