toJson method

  1. @override
Map<String, Object?> toJson()
override

Implementation

@override
Map<String, Object?> toJson() => {
  _id: id,
  _localId: localId,
  _table: table,
  _action: action.toShortString(),
};