IntExtensions extension
- on
-
- int?
Properties
- borderRadius → BorderRadius
-
Available on int?, provided by the IntExtensions extension
no setter - days → Duration
-
Available on int?, provided by the IntExtensions extension
no setter - getBoolInt → bool
-
Available on int?, provided by the IntExtensions extension
Returns true if given value is 1, else returns falseno setter - height → Widget
-
Available on int?, provided by the IntExtensions extension
Leaves given height of spaceno setter - hours → Duration
-
Available on int?, provided by the IntExtensions extension
no setter - microseconds → Duration
-
Available on int?, provided by the IntExtensions extension
no setter - milliseconds → Duration
-
Available on int?, provided by the IntExtensions extension
no setter - minutes → Duration
-
Available on int?, provided by the IntExtensions extension
no setter - seconds → Duration
-
Available on int?, provided by the IntExtensions extension
no setter - size → Size
-
Available on int?, provided by the IntExtensions extension
Returns Sizeno setter - toMonthDaySuffix → String
-
Available on int?, provided by the IntExtensions extension
no setter - width → Widget
-
Available on int?, provided by the IntExtensions extension
Leaves given width of spaceno setter
Methods
-
isBetween(
num first, num second) → bool -
Available on int?, provided by the IntExtensions extension
Returns if a number is betweenfirst
andsecond
-
isSuccessful(
) → bool -
Available on int?, provided by the IntExtensions extension
HTTP status code -
toMonthName(
{bool isHalfName = false}) → String -
Available on int?, provided by the IntExtensions extension
-
toWeekDay(
{bool isHalfName = false}) → String -
Available on int?, provided by the IntExtensions extension
-
validate(
{int value = 0}) → int -
Available on int?, provided by the IntExtensions extension
Validate given int is not null and returns given value if null.