disableOkButton property

  1. @JsonKey(fromJson: null, toJson: null, includeFromJson: false, includeToJson: false)
(bool Function(int)?) disableOkButton
inherited

Implementation

@JsonKey(
    fromJson: null,
    toJson: null,
    includeFromJson: false,
    includeToJson: false)
bool Function(int)? get disableOkButton => throw _privateConstructorUsedError;