getFieldsValues abstract method

Map<String, dynamic> getFieldsValues(
  1. O? obj, {
  2. bool withHashCode = false,
})

Returns a Map with allFields values.

Implementation

Map<String, dynamic> getFieldsValues(O? obj, {bool withHashCode = false});