Type.ofInt constructor

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

Implementation

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