fromValue static method
Implementation
static InlineCommentResolutionStatus fromValue(String value) =>
values.firstWhere((e) => e.value == value,
orElse: () => InlineCommentResolutionStatus._(value));
static InlineCommentResolutionStatus fromValue(String value) =>
values.firstWhere((e) => e.value == value,
orElse: () => InlineCommentResolutionStatus._(value));