CustomFieldContextUpdateDetails constructor

CustomFieldContextUpdateDetails({
  1. String? description,
  2. String? name,
})

Implementation

CustomFieldContextUpdateDetails({this.description, this.name});