RepoOpAction.knownValue constructor

const RepoOpAction.knownValue({
  1. required KnownRepoOpAction data,
})

Implementation

const factory RepoOpAction.knownValue({required KnownRepoOpAction data}) =
    RepoOpActionKnownValue;