encode method

  1. @override
int encode(
  1. Duration self
)

Implementation

@override
int encode(Duration self) {
  return self.inMilliseconds;
}