rowFrom method

Object? rowFrom(
  1. MssqlRow row
)

fromRow without the type argument, for the same reason.

Implementation

Object? rowFrom(MssqlRow row) => fromRow(row);