view property

String? get view

It's a value that is displayed on a field UI. Some fields use complex data but use strings to display it e.g. LitePhoneInputField returns PhoneData but uses a String phone on the UI

Implementation

String? get view;