toJson method

Map<String, dynamic> toJson()

Implementation

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