CustomTransformArg constructor
const
CustomTransformArg({})
Implementation
const factory CustomTransformArg({
String? type,
Object? bytes,
int? u64,
String? reuse,
String? metadata,
CustomTransform? transform,
}) = _CustomTransformArg;