LoaderId.fromJson constructor

LoaderId.fromJson(
  1. String value
)

Implementation

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