toMap method

Map<String, dynamic> toMap(
  1. M object
)

Implementation

Map<String, dynamic> toMap(M object) {
  return objectToMap(M, object);
}