toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final toolDisplayName = this.toolDisplayName;
  final toolId = this.toolId;
  return {'toolDisplayName': ?toolDisplayName, 'toolId': ?toolId};
}