fromJson static method

GifTypes? fromJson(
  1. String source
)

Implementation

static GifTypes? fromJson(String source) =>
    GifTypes.fromMap(json.decode(source));