Reply.ok constructor

Reply.ok(
  1. Sample sample, {
  2. EntityGlobalId? replierId,
})

Creates an ok reply containing a Sample.

Implementation

Reply.ok(Sample sample, {this.replierId}) : _sample = sample, _error = null;