SampleConfig_SampleStrategy.fromJson constructor

SampleConfig_SampleStrategy.fromJson(
  1. Object? json
)

Implementation

factory SampleConfig_SampleStrategy.fromJson(Object? json) =>
    SampleConfig_SampleStrategy(json as String);