fromJson abstract method

D fromJson(
  1. J json
)

Map a value from json to something understood by the data class.

Defaults to doing the same conversion as for SQL -> Dart, toSql.

Implementation

D fromJson(J json);