asString method

String asString({
  1. String defaultValue = '',
})

Required getters

Implementation

String asString({
  String defaultValue = '',
}) =>
    asNullableString() ?? defaultValue;