fromJson static method

StrategyAttributeCountryName? fromJson(
  1. dynamic data
)

Implementation

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