Contact class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

Contact({String? firstName, String? lastName, String? email, String? phone, String? address, String? icon, String? id, String? $id, int? cstamp, String? cby, String? uby, int? ustamp})
const
Contact.fromJson(Map<String, dynamic> json)
factory

Properties

$id String?
final
address String?
final
cby String?
final
cstamp int?
final
email String?
final
firstName String?
final
hashCode int
The hash code for this object.
no setteroverride
icon String?
final
id String?
final
lastName String?
final
phone String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uby String?
final
ustamp int?
final

Methods

copyWith({String? firstName, String? lastName, String? email, String? phone, String? address, String? icon, String? id, String? $id, int? cstamp, String? cby, String? uby, int? ustamp}) Contact

Available on Contact, provided by the $ContactExtension extension

copyWithWrapped({Wrapped<String?>? firstName, Wrapped<String?>? lastName, Wrapped<String?>? email, Wrapped<String?>? phone, Wrapped<String?>? address, Wrapped<String?>? icon, Wrapped<String?>? id, Wrapped<String?>? $id, Wrapped<int?>? cstamp, Wrapped<String?>? cby, Wrapped<String?>? uby, Wrapped<int?>? ustamp}) Contact

Available on Contact, provided by the $ContactExtension extension

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

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const Contact Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(Contact instance)