LastmileProbeConfig.fromJson constructor Null safety

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

Implementation

factory LastmileProbeConfig.fromJson(Map<String, dynamic> json) =>
    _$LastmileProbeConfigFromJson(json);