CustomField constructor

CustomField({
  1. String? name,
  2. String? value,
})

Implementation

CustomField({this.name, this.value});