fromJson static method

IngressSourceRequestFpsEnum? fromJson(
  1. dynamic value
)

Implementation

static IngressSourceRequestFpsEnum? fromJson(dynamic value) =>
    IngressSourceRequestFpsEnumTypeTransformer().decode(value);