PersonName class
Constructors
-
PersonName({String? lastName, List<
String> ? firstNames, int? start, int? end, List<String> ? prefix, List<String> ? suffix, String? text, PersonNameUse? use}) -
PersonName.fromJSON(Map<
String, dynamic> data) -
factory
Properties
- end ↔ int?
-
getter/setter pair
-
firstNames
↔ List<
String> -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastName ↔ String?
-
getter/setter pair
-
prefix
↔ List<
String> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start ↔ int?
-
getter/setter pair
-
suffix
↔ List<
String> -
getter/setter pair
- text ↔ String?
-
getter/setter pair
- use ↔ PersonNameUse?
-
getter/setter pair
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
Static Methods
-
encode(
PersonName value) → Map< String, dynamic>