SalesforceField constructor

SalesforceField({
  1. String? dataType,
  2. String? name,
  3. bool? nillable,
})

Implementation

SalesforceField({this.dataType, this.name, this.nillable});