fromJson static method

RolloutStrategyAttributeConditional? fromJson(
  1. dynamic data
)

Implementation

static RolloutStrategyAttributeConditional? fromJson(dynamic data) =>
    data == null ? null : fromMap[data];