ModernFormTextAndImageModel class

Constructors

ModernFormTextAndImageModel({String? text = "", String? description = "", String? imageUrl = ""})
ModernFormTextAndImageModel.fromMap(Map<String, dynamic>? map)
factory

Properties

description String?
final
hashCode int
The hash code for this object.
no setteroverride
imageUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
final
toBottonSheetProfileIten ModernFormBottomSheetProfileModel
no setter

Methods

copyWith({String? text, String? description, String? imageUrl}) ModernFormTextAndImageModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override