IssueId.fromJson constructor

IssueId.fromJson(
  1. String value
)

Implementation

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