fromJson static method

StrategyAttributePlatformName? fromJson(
  1. dynamic data
)

Implementation

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