FormCast constructor

FormCast({
  1. String? type = "capitalize-sentences",
})

Implementation

FormCast({this.type = "capitalize-sentences"});