Reply.ok constructor
Reply.ok(
- Sample sample, {
- EntityGlobalId? replierId,
Creates an ok reply containing a Sample.
Implementation
Reply.ok(Sample sample, {this.replierId}) : _sample = sample, _error = null;