fromJSON abstract method

T fromJSON(
  1. Map encoded
)

Creates an instance of DrawObject from a JSON object.

Implementation

T fromJSON(Map encoded);