SetDeleteSetInput.fromJson constructor

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

Implementation

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