GSDateRangePickerModel class

Inheritance

Constructors

GSDateRangePickerModel({dynamic type, dynamic tag, dynamic title, dynamic errorMessage, dynamic helpMessage, dynamic showTitle, dynamic prefixWidget, dynamic postfixWidget, dynamic required, dynamic status, dynamic value, dynamic validateReg, dynamic weight, String? hint, GSDateFormatType? dateFormatType, bool? isPastAvailable, GSDate? availableFrom, GSDate? availableTo, GSDate? initialStartDate, GSDate? initialEndDate, required GSCalendarType calendarType, String? from, String? to})

Properties

availableFrom GSDate?
read / write
availableTo GSDate?
read / write
calendarType GSCalendarType
read / write
dateFormatType GSDateFormatType?
read / write
defaultValue ↔ dynamic
read / writeinherited
errorMessage String?
read / writeinherited
focusNode FocusNode?
read / writeinherited
from String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
helpMessage String?
read / writeinherited
hint String?
read / write
initialEndDate GSDate?
read / write
initialStartDate GSDate?
read / write
isPastAvailable bool?
read / write
nextFocusNode FocusNode?
read / writeinherited
postfixWidget Widget?
read / writeinherited
prefixWidget Widget?
read / writeinherited
required bool?
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
showTitle bool?
read / writeinherited
status GSFieldStatusEnum
read / writeinherited
tag String
read / writeinherited
title String?
read / writeinherited
to String?
read / write
type GSFieldTypeEnum?
read / writeinherited
validateRegEx RegExp?
read / writeinherited
weight int?
read / writeinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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