permanentAddress property

List<String>? get permanentAddress

The permanent address of the document holder.

Implementation

List<String>? get permanentAddress =>
    _map["permanentAddress"] as List<String>?;