URepoOpAction.unknownValue constructor

const URepoOpAction.unknownValue({
  1. required String data,
})

Implementation

const factory URepoOpAction.unknownValue({
  required String data,
}) = URepoOpActionUnknownValue;