IsBinaryFile class
Information about whether a file is binary or textual in a merge or pull request operation.
Constructors
- IsBinaryFile({bool? base, bool? destination, bool? source})
-
IsBinaryFile.fromJson(Map<
String, dynamic> json) -
factory
Properties
- base → bool?
-
The binary or non-binary status of a file in the base of a merge or pull
request.
final
- destination → bool?
-
The binary or non-binary status of a file in the destination of a merge or
pull request.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → bool?
-
The binary or non-binary status of file in the source of a merge or pull
request.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited