isInsertable method

bool isInsertable(
  1. String key,
  2. dynamic value
)
override

Implementation

bool isInsertable(String key, dynamic value) => true;