fromValue static method

AuditRecordCreateAuthorType fromValue(
  1. String value
)

Implementation

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