Returns Create if this data is Create, otherwise null.
Create? get createOrNull => isCreate ? create : null;