SubmitStrategy.fromJson constructor

SubmitStrategy.fromJson(
  1. Map<String, dynamic> json
)

Implementation

SubmitStrategy.fromJson(Map<String, dynamic> json)
    : type = submitStrategyTypeFromString(json['type']),
      batchSize = json['batchSize'];