params property

  1. @override
List<String> params
override

Related parameters

Implementation

@override
List<String> get params => [
      _formatDuration(start),
      if (length != null) _formatDuration(length!),
      if (length == null && end != null && end!) 'end',
    ];