toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (attributeType != null) 'attributeType': attributeType!,
      if (controlPoints != null) 'controlPoints': controlPoints!,
      if (fieldName != null) 'fieldName': fieldName!,
      if (interpolationType != null) 'interpolationType': interpolationType!,
    };