RedisReply<T extends Object?> constructor

RedisReply<T extends Object?>(
  1. T value, {
  2. Map<String, Object?>? attributes,
})

Implementation

RedisReply(
  this.value, {
  this.attributes,
});