TextInputTypeUrl class Null safety

Implemented types

Constructors

TextInputTypeUrl()
const
factory
TextInputTypeUrl.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

map<TResult extends Object?>({required TResult numberWithOptions(TextInputTypeNumberWithOptions value), required TResult text(TextInputTypeText value), required TResult multiline(TextInputTypeMultiline value), required TResult number(TextInputTypeNumber value), required TResult phone(TextInputTypePhone value), required TResult datetime(TextInputTypeDatetime value), required TResult emailAddress(TextInputTypeEmailAddress value), required TResult url(TextInputTypeUrl value), required TResult visiblePassword(TextInputTypeVisiblePassword value), required TResult name(TextInputTypeName value), required TResult streetAddress(TextInputTypeStreetAddress value), required TResult none(TextInputTypeNone value)}) → TResult
@optionalTypeArgs, inherited
mapOrNull<TResult extends Object?>({TResult? numberWithOptions(TextInputTypeNumberWithOptions value)?, TResult? text(TextInputTypeText value)?, TResult? multiline(TextInputTypeMultiline value)?, TResult? number(TextInputTypeNumber value)?, TResult? phone(TextInputTypePhone value)?, TResult? datetime(TextInputTypeDatetime value)?, TResult? emailAddress(TextInputTypeEmailAddress value)?, TResult? url(TextInputTypeUrl value)?, TResult? visiblePassword(TextInputTypeVisiblePassword value)?, TResult? name(TextInputTypeName value)?, TResult? streetAddress(TextInputTypeStreetAddress value)?, TResult? none(TextInputTypeNone value)?}) → TResult?
@optionalTypeArgs, inherited
maybeMap<TResult extends Object?>({TResult numberWithOptions(TextInputTypeNumberWithOptions value)?, TResult text(TextInputTypeText value)?, TResult multiline(TextInputTypeMultiline value)?, TResult number(TextInputTypeNumber value)?, TResult phone(TextInputTypePhone value)?, TResult datetime(TextInputTypeDatetime value)?, TResult emailAddress(TextInputTypeEmailAddress value)?, TResult url(TextInputTypeUrl value)?, TResult visiblePassword(TextInputTypeVisiblePassword value)?, TResult name(TextInputTypeName value)?, TResult streetAddress(TextInputTypeStreetAddress value)?, TResult none(TextInputTypeNone value)?, required TResult orElse()}) → TResult
@optionalTypeArgs, inherited
maybeWhen<TResult extends Object?>({TResult numberWithOptions(bool? signed, bool? decimal)?, TResult text()?, TResult multiline()?, TResult number()?, TResult phone()?, TResult datetime()?, TResult emailAddress()?, TResult url()?, TResult visiblePassword()?, TResult name()?, TResult streetAddress()?, TResult none()?, required TResult orElse()}) → TResult
@optionalTypeArgs, inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult numberWithOptions(bool? signed, bool? decimal), required TResult text(), required TResult multiline(), required TResult number(), required TResult phone(), required TResult datetime(), required TResult emailAddress(), required TResult url(), required TResult visiblePassword(), required TResult name(), required TResult streetAddress(), required TResult none()}) → TResult
@optionalTypeArgs, inherited
whenOrNull<TResult extends Object?>({TResult? numberWithOptions(bool? signed, bool? decimal)?, TResult? text()?, TResult? multiline()?, TResult? number()?, TResult? phone()?, TResult? datetime()?, TResult? emailAddress()?, TResult? url()?, TResult? visiblePassword()?, TResult? name()?, TResult? streetAddress()?, TResult? none()?}) → TResult?
@optionalTypeArgs, inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited