$asResult property

ResultCopyWith<$R, Result, $Out> $asResult

Implementation

ResultCopyWith<$R, Result, $Out> get $asResult =>
    $base.as((v, t, t2) => _ResultCopyWithImpl(v, t, t2));