ScreenId.fromJson constructor

ScreenId.fromJson(
  1. String value
)

Implementation

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