toDataNullable method

Future<T?> toDataNullable()

Implementation

Future<T?> toDataNullable() async {
  return dataOrThrowFirstValidationError(await this);
}