RootProperty constructor
RootProperty({
- required FormMapper mapper,
- FieldDescriptor? field,
- String path = "",
Implementation
RootProperty({required this.mapper, super.field, super.path = ""});