Returns the normalized map or null if empty.
Map<String, dynamic>? toMap() => _args.isEmpty ? null : Map<String, dynamic>.from(_args);