ILibDurationFmtOptions constructor

ILibDurationFmtOptions({
  1. String? locale,
  2. String? length,
  3. String? style,
  4. bool? useNative,
})

Implementation

ILibDurationFmtOptions({
  this.locale,
  this.length,
  this.style,
  this.useNative,
});