VideoGetJobStatusInput.fromJson constructor

VideoGetJobStatusInput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory VideoGetJobStatusInput.fromJson(Map<String, Object?> json) =>
    _$VideoGetJobStatusInputFromJson(json);