Input$CreateDiscussionInput class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Input$CreateDiscussionInput({required String body, required String categoryId, String? clientMutationId, required String repositoryId, required String title})
-
Input$CreateDiscussionInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- body → String
-
final
- categoryId → String
-
final
- clientMutationId → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- repositoryId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
final
Methods
-
copyWith(
{String? body, String? categoryId, String? clientMutationId()?, String? repositoryId, String? title}) → Input$CreateDiscussionInput -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override