fromIsar abstract method

T fromIsar(
  1. I object
)

Convert the value from the Isar type to the Dart type.

Implementation

T fromIsar(I object);