FdcDataApplyResult.success constructor

const FdcDataApplyResult.success({
  1. Map<int, Object>? insertedKeys,
  2. Map<int, Map<String, Object?>>? serverRows,
})

Implementation

const factory FdcDataApplyResult.success({
  Map<int, Object>? insertedKeys,
  Map<int, Map<String, Object?>>? serverRows,
}) = FdcDataApplySuccess;