FrameId.fromJson constructor

FrameId.fromJson(
  1. String value
)

Implementation

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