URepoOpActionKnownValue constructor

const URepoOpActionKnownValue({
  1. required KnownRepoOpAction data,
})

Implementation

const factory URepoOpActionKnownValue(
    {required final KnownRepoOpAction data}) = _$URepoOpActionKnownValueImpl;