AddContentRestrictionUpdateArray.fromJson constructor

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

Implementation

factory AddContentRestrictionUpdateArray.fromJson(Map<String, Object?> json) {
  return AddContentRestrictionUpdateArray();
}