toInsertJson method

Map<String, dynamic> toInsertJson()

Implementation

Map<String, dynamic> toInsertJson() {
  beforeCreate();
  return toJson();
}