URepoOpActionUnknownValue constructor

const URepoOpActionUnknownValue({
  1. required String data,
})

Implementation

const factory URepoOpActionUnknownValue({required final String data}) =
    _$URepoOpActionUnknownValueImpl;