fromJson static method

DrawingTool? fromJson(
  1. Map<String, dynamic> json
)

Implementation

static DrawingTool? fromJson(Map<String, dynamic> json) => null;