voterId top-level property

String get voterId

API endpoints loaded from .env file These are lazy getters to ensure dotenv is initialized before access

Implementation

String get voterId =>
    dotenv.env['voter_verification_endpoint'] ?? '';