Owner class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
Properties
Methods
-
copyWith(
{List< String> ? names, List<PhoneNumber> ? phoneNumbers, List<Email> ? emails, List<Address> ? addresses}) → Owner -
Available on Owner, provided by the $OwnerExtension extension
-
copyWithWrapped(
{Wrapped< List< ? names, Wrapped<String> >List< ? phoneNumbers, Wrapped<PhoneNumber> >List< ? emails, Wrapped<Email> >List< ? addresses}) → OwnerAddress> > -
Available on Owner, provided by the $OwnerExtension 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 Owner Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(Owner instance)