GetTransformResponse constructor

GetTransformResponse({
  1. Transform? transform,
})

Implementation

factory GetTransformResponse({
  $16.Transform? transform,
}) {
  final $result = create();
  if (transform != null) {
    $result.transform = transform;
  }
  return $result;
}