LivenessResult constructor

const LivenessResult({
  1. required bool isLive,
  2. String? reason,
})

Implementation

const LivenessResult({
  required this.isLive,
  this.reason,
});