readDateTime method

  1. @Deprecated('Use read<DateTime>(key) directly')
DateTime readDateTime(
  1. String key
)

Reads a DateTime from the column named key.

Implementation

@Deprecated('Use read<DateTime>(key) directly')
DateTime readDateTime(String key) => read<DateTime>(key);