FetchFeatureValuesResponse constructor

FetchFeatureValuesResponse({
  1. FetchFeatureValuesResponse_FeatureNameValuePairList? keyValues,
  2. Struct? protoStruct,
  3. FeatureViewDataKey? dataKey,
})

Implementation

FetchFeatureValuesResponse({this.keyValues, this.protoStruct, this.dataKey})
  : super(fullyQualifiedName);