Quantity.oneTime constructor

const Quantity.oneTime()

Example: var regex = FluentRegex().literal('a', Quantity.oneTime()); expect(regex.hasMatch(''), false); expect(regex.hasMatch('a'), true);

Implementation

const Quantity.oneTime() : this._('');