ContentRestrictionAddOrUpdateArray.fromJson constructor

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

Implementation

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