LayerId.fromJson constructor

LayerId.fromJson(
  1. String value
)

Implementation

factory LayerId.fromJson(String value) => LayerId(value);