DeliverConfigSnapshotResponse.fromJson constructor
Implementation
factory DeliverConfigSnapshotResponse.fromJson(Map<String, dynamic> json) {
return DeliverConfigSnapshotResponse(
configSnapshotId: json['configSnapshotId'] as String?,
);
}
factory DeliverConfigSnapshotResponse.fromJson(Map<String, dynamic> json) {
return DeliverConfigSnapshotResponse(
configSnapshotId: json['configSnapshotId'] as String?,
);
}