isPreprintedSupply() returns a boolean representing if the supply is pre-printed.
Future<bool?> isPreprintedSupply() async { throw UnimplementedError('isPreprintedSupply() has not been implemented.'); }