fromJson method

  1. @override
Tool fromJson(
  1. dynamic data
)

Implementation

@override
Tool fromJson(data) {
  return Tool.fromJson(data);
}