RootProperty constructor

RootProperty({
  1. required FormMapper mapper,
  2. FieldDescriptor? field,
  3. String path = "",
})

Implementation

RootProperty({required this.mapper, super.field, super.path = ""});