Query$searchTeam$searchTeam$objects class
- Available extensions
Constructors
- Query$searchTeam$searchTeam$objects.new({required String id, Query$searchTeam$searchTeam$objects$team? team, Query$searchTeam$searchTeam$objects$venue? venue, required DateTime createdAt, required DateTime updatedAt, String $__typename = 'TeamInformationType'})
-
Query$searchTeam$searchTeam$objects.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
-
copyWith
→ CopyWith$Query$searchTeam$searchTeam$objects<
Query$searchTeam$searchTeam$objects> -
Available on Query$searchTeam$searchTeam$objects, provided by the UtilityExtension$Query$searchTeam$searchTeam$objects extension
no setter - createdAt → DateTime
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- team → Query$searchTeam$searchTeam$objects$team?
-
final
- updatedAt → DateTime
-
final
- venue → Query$searchTeam$searchTeam$objects$venue?
-
final
Methods
-
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