@override Object toJson() => { if (memory case final memory?) 'memory': memory.toJson(), if (action.isNotDefault) 'action': action.toJson(), };