Input$FileChanges class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
Input$FileChanges({List<
Input$FileAddition> ? additions, List<Input$FileDeletion> ? deletions}) -
Input$FileChanges.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
additions
→ List<
Input$FileAddition> ? -
final
-
deletions
→ List<
Input$FileDeletion> ? -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< Input$FileAddition> ? additions()?, List<Input$FileDeletion> ? deletions()?}) → Input$FileChanges -
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