Returns the canonical slot key for key, falling back to 'struct' when key is null.
key
'struct'
null
String slotKey([String? key]) => key ?? 'default';