AdFrameType.fromJson constructor

AdFrameType.fromJson(
  1. String value
)

Implementation

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