ContentRestrictionUpdateRestrictionsGroupItem class
A group that the restriction will be applied to.
Constructors
- ContentRestrictionUpdateRestrictionsGroupItem({required ContentRestrictionUpdateRestrictionsGroupItemType type, String? name, String? id})
-
ContentRestrictionUpdateRestrictionsGroupItem.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The id of the group.
final
- name → String?
-
The name of the group.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → ContentRestrictionUpdateRestrictionsGroupItemType
-
Set to 'group'.
final
Methods
-
copyWith(
{ContentRestrictionUpdateRestrictionsGroupItemType? type, String? name, String? id}) → ContentRestrictionUpdateRestrictionsGroupItem -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited