BankSlipOptions class
Constructors
- BankSlipOptions({bool active = false, int extraDueDays = 0, bool reprintExtraDueDays = false})
- BankSlipOptions.fromJson(String source)
-
factory
-
BankSlipOptions.fromMap(Map<
String, dynamic> map) -
factory
Properties
- active ↔ bool
-
Ativo
getter/setter pair
- extraDueDays ↔ int
-
Dias de Vencimento Extras no Boleto (Ex: 2)
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- reprintExtraDueDays ↔ bool
-
Dias de Vencimento Extras na 2a Via do Boleto (Ex: 1)
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{bool? active, int? extraDueDays, bool? reprintExtraDueDays}) → BankSlipOptions -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object o) → bool -
The equality operator.
override