Map<String, Object?> toArgMap() => { if (rowPrefixes != null) 'row_prefixes': rowPrefixes!.map((p) => p.toTfJson()).toList(), };