Text static method

DataTypeInterface Text([
  1. String? type
])

Implementation

static DataTypeInterface Text([Core.String? type]) => TextType(type);