fromJson static method

StrategyAttributeDeviceName? fromJson(
  1. dynamic data
)

Implementation

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