Type.ofString constructor

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

Implementation

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