isbn10 property

String isbn10
getter/setter pair

ISBN-10 regex

Implementation

static String isbn10 = r'^\d{9}[\d|X]$';