TranslationsRelationshipsPatternsAr class

Properties

hashCode int
The hash code for this object.
no setterinherited
maternalGrandmother String
ar: 'الجدة لأم'
no setter
maternalGrandparent String
ar: 'الجد لأم'
no setter
paternalGrandmother String
ar: 'الجدة لأب'
no setter
paternalGrandparent String
ar: 'الجد لأب'
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
throughBrother String
ar: 'ابن الأخ'
no setter
throughFullBrother String
ar: 'ابن الأخ الشقيق'
no setter
throughFullSister String
ar: 'ابن الأخت الشقيقة'
no setter
throughSister String
ar: 'ابن الأخت'
no setter

Methods

childOfSibling({required Object child, required Object sibling}) String
ar: '${child} ${sibling}'
maternalLineage({required Object type, required Object relative}) String
ar: '${type} (أم ${relative})'
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paternalLineage({required Object type, required Object relative}) String
ar: '${type} (أب ${relative})'
pathDescription({required Object path}) String
ar: '(${path})'
siblingOfParent({required Object uncle, required Object parent}) String
ar: '${uncle} ${parent}'
toString() String
A string representation of this object.
inherited

Operators

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