getSmartDashesType method

SmartDashesType getSmartDashesType()

Returns the smartDashesType of the matched EditableText via Widget.toDiagnosticsNode

Implementation

SmartDashesType getSmartDashesType() {
  return getDiagnosticProp<SmartDashesType>('smartDashesType');
}