StringType constructor

StringType({
  1. bool nullable = false,
})

Implementation

StringType({bool nullable = false}) : super(nullable);