AccountUrlType.fromJson constructor

AccountUrlType.fromJson(
  1. String value
)

Implementation

factory AccountUrlType.fromJson(String value) =>
    AccountUrlType.values.firstWhere((e) => e.value == value);