export class StarPrinterInformationBluetoothLE{
    _address: string | undefined;

    get address(): string | undefined {
        return this._address;
    }
}