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