PatchFormat class
Constructors
- PatchFormat.fromJson(dynamic data)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String? -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- a4_ ↔ PatchFormat
-
getter/setter pair
- a4LANDSCAPE_ ↔ PatchFormat
-
getter/setter pair
- patchOnly_ ↔ PatchFormat
-
getter/setter pair
- uSLetter_ ↔ PatchFormat
-
getter/setter pair
- uSLetterLANDSCAPE_ ↔ PatchFormat
-
getter/setter pair
Static Methods
-
encode(
PatchFormat data) → dynamic