Userinfo constructor

Userinfo({
  1. String? field,
  2. dynamic value,
})

Implementation

Userinfo({this.field, this.value});