UpdateFieldEvent constructor

const UpdateFieldEvent({
  1. required dynamic info,
})

Implementation

const UpdateFieldEvent({required this.info});