fromJson static method

MapLayer? fromJson(
  1. dynamic value
)

Implementation

static MapLayer? fromJson(dynamic value) =>
    MapLayerTypeTransformer().decode(value);