isTurkeyIbanNumber property

bool isTurkeyIbanNumber

Implementation

bool get isTurkeyIbanNumber => this.length == 32 && this.startsWith("TR");