FieldWrapper constructor

FieldWrapper(
  1. Field field
)

Implementation

FieldWrapper(Field field) {
  type = field.type;
}