$asTableCell property

TableCellCopyWith<$R, TableCell, $Out> $asTableCell

Implementation

TableCellCopyWith<$R, TableCell, $Out> get $asTableCell =>
    $base.as((v, t, t2) => _TableCellCopyWithImpl(v, t, t2));