countryCode property
TextColumn
get
countryCode
Implementation
TextColumn get countryCode => text().withLength(min: 1, max: 32)();
TextColumn get countryCode => text().withLength(min: 1, max: 32)();