rawValue property

TextFieldWrapper get rawValue

Raw Value

Implementation

TextFieldWrapper get rawValue => document
    .fieldByTypeName("RawValue")!
    .let((field) => TextFieldWrapper(field));