Type.ofDuration constructor

Type.ofDuration({
  1. bool nullable = false,
})

Implementation

Type.ofDuration({this.nullable = false})
    : name = 'Duration',
      super();